File tree 1 file changed +3
-1
lines changed
files/ja/web/api/htmlvideoelement/disablepictureinpicture 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ title: "HTMLVideoElement: disablePictureInPicture プロパティ"
3
3
short-title : disablePictureInPicture
4
4
slug : Web/API/HTMLVideoElement/disablePictureInPicture
5
5
l10n :
6
- sourceCommit : 4cbb657f882495b1cd18cbbaa8d1c5237bce4eb8
6
+ sourceCommit : 338e7cd6445f45216d4de20129acdf979aab96dd
7
7
---
8
8
9
9
{{APIRef("Picture-in-Picture API")}}
10
10
11
11
{{domxref("HTMLVideoElement")}} の ** ` disablePictureInPicture ` ** プロパティは HTML の属性を反映し、現在の要素でピクチャインピクチャ機能が無効になっているかどうかを示します。
12
12
13
+ この値は、ウェブサイトからユーザーエージェントへのリクエストのみを表します。ユーザーの設定によって、最終的な動作が変わる場合があります。例えば、 Firefox ユーザーは、` media.videocontrols.picture-in-picture.respect-disablePictureInPicture ` 設定を変更して、 PiP を無効にするリクエストを無視することができます。
14
+
13
15
## 値
14
16
15
17
論理値で、この要素でピクチャインピクチャ機能が無効になっている場合は ` true ` となります。これは、ユーザーエージェントがその機能をユーザーに推奨したり、自動的に要求したりすべきではないということを意味します。
You can’t perform that action at this time.
0 commit comments